wayland: Include generated sources from builddir, not srcdir
authorTimm Bäder <mail@baedert.org>
Sat, 10 Sep 2016 18:39:07 +0000 (20:39 +0200)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 3 May 2017 14:10:51 +0000 (15:10 +0100)
gdk/wayland/gdkdisplay-wayland.c
gdk/wayland/gdkwindow-wayland.c

index bb1b78a6b4a046aadceb29d53fed570835a4b3cc..db1c1d3aa92591c2fca71670c047542ef636f05d 100644 (file)
 #include "gdkglcontext-wayland.h"
 #include "gdkvulkancontext-wayland.h"
 #include "gdkwaylandmonitor.h"
-#include "pointer-gestures-unstable-v1-client-protocol.h"
+#include <wayland/pointer-gestures-unstable-v1-client-protocol.h>
 #include "tablet-unstable-v2-client-protocol.h"
-#include "xdg-shell-unstable-v6-client-protocol.h"
-#include "xdg-foreign-unstable-v1-client-protocol.h"
+#include <wayland/xdg-shell-unstable-v6-client-protocol.h>
+#include <wayland/xdg-foreign-unstable-v1-client-protocol.h>
 
 /**
  * SECTION:wayland_interaction
index d33de9bea3555f593c9d995f00d5b3b833823aba..82835b595a4b35f8747f6e67e7e89648ffbe91e9 100644 (file)
@@ -32,7 +32,7 @@
 #include "gdkinternals.h"
 #include "gdkdeviceprivate.h"
 #include "gdkprivate-wayland.h"
-#include "xdg-shell-unstable-v6-client-protocol.h"
+#include <wayland/xdg-shell-unstable-v6-client-protocol.h>
 
 #include <stdlib.h>
 #include <stdio.h>
@@ -3253,9 +3253,9 @@ gdk_wayland_window_fullscreen_on_monitor (GdkWindow *window, gint monitor)
 {
   GdkWindowImplWayland *impl = GDK_WINDOW_IMPL_WAYLAND (window->impl);
   GdkScreen *screen = gdk_window_get_screen (window);
-  struct wl_output *fullscreen_output = 
+  struct wl_output *fullscreen_output =
     _gdk_wayland_screen_get_wl_output (screen, monitor);
-  
+
   if (GDK_WINDOW_DESTROYED (window))
     return;
 
@@ -3293,7 +3293,7 @@ static void
 gdk_wayland_window_unfullscreen (GdkWindow *window)
 {
   GdkWindowImplWayland *impl = GDK_WINDOW_IMPL_WAYLAND (window->impl);
-  
+
   if (GDK_WINDOW_DESTROYED (window))
     return;